home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.pde.junit.runtime_3.1.0 / META-INF / MANIFEST.MF
Encoding:
Java Manifest  |  2005-09-29  |  532 b   |  16 lines

  1. Manifest-Version: 1.0
  2. Bundle-ManifestVersion: 2
  3. Bundle-Name: %pluginName
  4. Bundle-SymbolicName: org.eclipse.pde.junit.runtime; singleton:=true
  5. Bundle-Version: 3.1.0
  6. Bundle-ClassPath: pdejunit.jar
  7. Bundle-Vendor: %providerName
  8. Bundle-Localization: plugin
  9. Require-Bundle: org.eclipse.jdt.junit.runtime,
  10.  org.junit,
  11.  org.eclipse.core.runtime,
  12.  org.eclipse.core.runtime.compatibility;resolution:=optional,
  13.  org.eclipse.ui;resolution:=optional
  14. Eclipse-AutoStart: true
  15. Export-Package: org.eclipse.pde.internal.junit.runtime;x-internal:=true
  16.